ifeq "$(ROOTDIR)" "" 
export ROOTDIR=$(shell while true; do if [ -f BaseVar.mk ]; then pwd;exit; else cd ..;fi;done;)
endif
include $(ROOTDIR)/.config

subdir-$(CONFIG_BCM_DRIVER_PLC) += bcm

include $(ROOTDIR)/Rules.make
